home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4564 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.infi.net!usenet
  2. From: nngis@norfolk.infi.net (Greg DiGiorgio)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Starting pay for a C/C++ programmer ?
  5. Date: 5 Feb 1996 18:51:06 GMT
  6. Organization: Customer of InfiNet
  7. Message-ID: <4f5jiq$j5h@nw002.infi.net>
  8. References: <4ej15g$r7c@acme.freenet.columbus.oh.us> <4f53tv$bmg@redstone.interpath.net>
  9. Reply-To: nngis@norfolk.infi.net
  10. NNTP-Posting-Host: h-dreamscape.norfolk.infi.net
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.99.3
  13.  
  14. In article <4f53tv$bmg@redstone.interpath.net>, 
  15. softbase@mercury.interpath.net says...
  16. >
  17. >Erik Nielsen (enielsen@freenet.columbus.oh.us) wrote:
  18. >
  19. >: What's the average starting pay for a c/c++ programmer familiar with 
  20. UNIX,
  21. >: Windows, and NT?  Thanks.
  22. >
  23. >
  24.  
  25. ...Thirteen fifty three...
  26.  
  27. But you have to choose the:
  28.  
  29.    1. monetary system (US Dollars, English pounds, Japanese Yen, etc)
  30.    2. denomination ($10, 1 peso, etc)
  31.    3. payment schedule (hourly, daily, weekly, monthly, etc)
  32.    4. geographic location (US Silicon Valley, Katmandu, Beijing)
  33.    5. type of work (embedded systems, applications, graphics, etc)
  34.    6. education required (none, BS, MS, PHD, etc)
  35.    7. #years experience required (none, 1, 5, 10, etc)
  36.  
  37. Next, apply the following partial logic given your choices for #1..#7 
  38. above. Note that you will have to finish out the code for all possible 
  39. choices before you'll be able to calc the average pay.
  40.  
  41.    if (Monetary_System == "US Dollars") {
  42.     switch (denomination) {
  43.         case (PENNY) {
  44.             switch (payment_schedule) {
  45.                 case WEEKLY:
  46.                     switch (location) {
  47.                         case SILICON_VALLEY:
  48.                             switch 
  49. (type_work) { ... Uh-oh outta room, sorry...
  50.  
  51. I guess the bottom line to your original question is "got me".
  52.  
  53. Greg DiGiorgio
  54.  
  55. If the "meek shall inherit the earth", what do smart-asses get? I shudder 
  56. to think...
  57.  
  58.